home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_100 / 144_01 / crypt.hlp < prev    next >
Text File  |  1985-08-19  |  1KB  |  33 lines

  1. **********************************************************************
  2. *                              CRYPT
  3. **********************************************************************
  4. *                  COPYRIGHT 1983 EUGENE H. MALLORY                  *
  5. **********************************************************************
  6. PROGRAM:
  7.    CRYPT - Reversable cryptographic converter.
  8. USAGE:
  9.     CRYPT key <file >file
  10. FUNCTION:
  11.     Used encode or decode a file given a key.  The process is
  12.     reversable for the same key.  The output is printable, but
  13.     unreadable text.
  14.  
  15. EXAMPLE:
  16.     CRYPT key <file >file
  17.  
  18.         Command Line                       
  19.  
  20. ___________________________________  
  21.                                   |  
  22.                                   |  OPTIONS
  23.                                   |  
  24.                                   |  
  25.                                   |                  
  26.                     ______________V______________    
  27.                     |                           |   
  28.     TEXT            |                           |          TEXT
  29. ------------------->|            CRYPT          |----------------------->
  30.                     |                           |
  31.                     |                           |
  32.                     |___________________________|
  33.